Permission Class |
Namespace: Independentsoft.Exchange
The Permission type exposes the following members.
| Name | Description | |
|---|---|---|
| Permission |
Initializes a new instance of the Permission class.
|
| Name | Description | |
|---|---|---|
| CanCreateItems |
Indicates whether a user has permission to create items in a folder.
| |
| CanCreateSubFolders |
Indicates whether a user has permission to create subfolders in a folder.
| |
| DeleteItems |
Indicates whether a user has permission to delete items in a folder.
| |
| EditItems |
Indicates whether a user has permission to edit items in a folder.
| |
| IsFolderContact |
Indicates whether a user is a contact for a folder.
| |
| IsFolderOwner |
Indicates whether a user is the owner of a folder.
| |
| IsFolderVisible |
Indicates whether a user can view a folder.
| |
| Level |
Represents the combination of permissions that a user has on a folder.
| |
| ReadItems |
Indicates whether a user has permission to read items within a folder.
| |
| UserId |
Identifies a delegate user or a user who has folder access permissions.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of the current Permission object to its equivalent string representation.
(Overrides ObjectToString.) |